home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1991 / nov91 < prev    next >
Encoding:
Text File  |  1996-02-28  |  4.0 KB  |  82 lines

  1. 07/08/94
  2. The 1.60 multitasking PC Emulator has now been released for a couple of
  3. months and we would be interested to hear from users on their experiences on
  4. software that will run / not run. We can then look into problems of software
  5. not running and compile a list of software that will run to help future
  6. customers. If you are intending on sending us some information on the PC
  7. Emulator compatibility please provide the following information. Machine
  8. type, amount of memory, version of DOS being used and the version of the
  9. application being run. The address to send the information to is :
  10. Customer Services, Acorn Computers Limited, Acorn House, Vision Park, Histon, 
  11. Cambridge, CB4 4AE. Please mark your envelope 'PC Emulator'.
  12.  
  13. We still receive a large number of enquiries regarding printer drivers. The
  14. printer driver we get most enquiries about is !PrinterDM. The !PrinterDM
  15. application provides a number of different printer emulations which are:
  16.  
  17. EPSON LQ compatible (Low) (60 by 60dpi)
  18. EPSON LQ compatible (Medium) (180 by 180dpi)
  19. EPSON LQ compatible (High) (360 by 180dpi)
  20. EPSON FX compatible (Low) (60 by 72dpi)
  21. EPSON FX compatible (Medium) (120 by 144dpi)
  22. EPSON FX compatible (High) (240 by 216dpi)
  23. EPSON LQ-850 compatible (Very high) (360 by 360dpi)
  24. NEC PinWriter P6 plus (Very high) (360 by 360dpi)
  25.  
  26. It is necessary to ascertain which printer driver within !PrinterDM is
  27. compatible with your printer, select that printer driver and then use the
  28. 'save choices' options on the !PrinterDM menu to ensure that next time you
  29. start up !PrinterDM the correct driver is automatically selected.
  30.  
  31. The different printer drivers are selected by clicking with the Select
  32. button on the mouse (left hand button) over the !PrinterDM icon when loaded
  33. into the machine. After clicking a dialogue box will appear which contains
  34. the name of the printer driver selected. Clicking over the name of the
  35. printer type with the select button will cycle through the different printer
  36. drivers available.
  37.  
  38. Hard discs are becoming more ad more popular for all machines as time
  39. goes on. With a hard disc installed it becomes much easier to build a
  40. system which starts with various applications you always use ready
  41. loaded. The following information will allow you to load in whichever
  42. applications you like when you first start the Desktop. An example of this
  43. is below.
  44.  
  45. Create a Text file using !Edit, and type in:
  46.  
  47.   Filer_OpenDir adfs::Disc.$
  48.   Run adfs::Disc.app1.!System.!Boot
  49.   Run adfs::Disc.app1.!Draw.!Boot
  50.   Run adfs::Disc.app1.!Paint.!Boot
  51.   Run adfs::Disc.app1.!Edit
  52.   Run adfs::Disc.app2.!Alarm
  53.   Run adfs::Disc.app2.!TinyDirs adfs::Disc.app2.!Magnifier
  54.  
  55. (The name Disc is assumed to be the name of your disc. Choose a different
  56. name if you prefer.) Save this as DeskTasks in your discs root directory.
  57.  
  58. Now add the following line to the very end of your !Boot file or a boot
  59. file is created with this line in it:
  60.  
  61.   *Desktop -file adfs::Disc.DeskTasks
  62.  
  63. Now ensure you have saved all edited data CTRL-RESET your machine. Your boot
  64. sequence will execute, there will be a short pause, and then you will enter
  65. the desktop with your Disc's root directory open, with !Edit, !Alarm and
  66. !TinyDirs running, and !Magnifier loaded into !TinyDirs.
  67.  
  68. If your machine does not boot ensure your configuration is set to BOOT, and
  69. the discs OPT 4 setting is correctly set for the type of boot file you have.
  70.  
  71. What has happened is that the *desktop command has run each line of the
  72. DeskTasks file as a task within the window world. !System.!Boot must be run
  73. before !Edit is run: this is equivalent to !System being "seen" in a Filer
  74. directory viewer, and tells !Edit (and anyone else who needs to know) where
  75. system resources can be found.
  76.  
  77. Note that all applications are quoted with their full path-name, including
  78. filing system name and drive name or number. It's an important principle of
  79. operation in the desktop that, as far as possible, all objects are
  80. identified by a full path-name, and so access to them is unaffected by
  81. changes of current directory, drive, or filing system.
  82.